home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / usqlc10.arc / USQLC10.DOC < prev   
Text File  |  1984-02-08  |  2KB  |  35 lines

  1. USQLC10.COM
  2.  
  3. The purpose of this program is to unsqueeze files created by SQ.COM,
  4. restoring them to their original condition.  Version 2.0 is a fast
  5. C version compiled with Lattice C.  It runs over 5 times as fast as the
  6. Pascal version on most IBM boards.
  7.  
  8. You may specify as many input files on a command line as fit, the output
  9. filename is reconstructed from the squeezed data.  Output is to the
  10. default drive and path, but the drive may be changed by including a
  11. drive specification with no filename.  Path cannot be altered.
  12.  
  13. For example (assuming you have renamed it to USQ.COM)
  14.  
  15.     USQ  PROG1.CQM  B:PROG2.CQM  B:  PROG3.DQC
  16.  
  17. will unsqueeze prog1 (from the default drive) and prog2 (from drive b:)
  18. to the default drive and prog3 to drive b:.  The new files will have the
  19. original name, most likely prog1.com, prog2.com and prog3.doc in this case.
  20. If you already have a file by that name, it will be overwritten.
  21.  
  22. If you get a CRC error, the file has been unsqueezed, but some error has
  23. crept in due to copying or transmission.
  24.  
  25. Make sure you have enough disk space to handle the output file which could
  26. be over twice the size of the input file.
  27.  
  28.                    Alan Losoff
  29.                    Milwaukee, Wisconsin
  30.                    January 17, 1984
  31.  
  32. P.S.  I'm trying to find complete source (any language) for squeeze.  I would
  33. appreciate a message on Bob Mahoney's board, 414-964-5160, if anyone knows
  34. where to get it.
  35.